Skip to content

docs: clean up README usage guide#155

Open
subhajitlucky wants to merge 1 commit into
zigcBenx:masterfrom
subhajitlucky:docs-cleanup-114
Open

docs: clean up README usage guide#155
subhajitlucky wants to merge 1 commit into
zigcBenx:masterfrom
subhajitlucky:docs-cleanup-114

Conversation

@subhajitlucky
Copy link
Copy Markdown

Fixes #114

Summary

  • Replace the README setup flow with clearer Python/glab dependency and config instructions.
  • Correct stale or broken docs: configs/config.ini, prerequisites spelling, --auto_merge, and the duplicated production deployment section.
  • Document the current command surface: issue/MR creation, project selection, metadata flags, review, AI review, summaries, reports, and deployment lookup.
  • Add clearer troubleshooting for 401s and missing config files.

Verification

  • git diff --check
  • python3 -m py_compile gitHappens.py ai_code_review.py
  • npx --yes markdownlint-cli --disable MD013 MD033 MD041 -- README.md

Copilot AI review requested due to automatic review settings May 13, 2026 02:58
@subhajitlucky subhajitlucky mentioned this pull request May 13, 2026
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the README usage guide to better reflect the current GitHappens CLI workflow and configuration, addressing stale/broken documentation referenced in issue #114.

Changes:

  • Reworks setup instructions around Python/glab prerequisites and copying configs/*.example files.
  • Documents the current CLI command surface (issue/MR creation, review + auto-merge, AI review, summaries, reports, deployment lookup).
  • Adds troubleshooting guidance for auth/config issues and removes/rewrites outdated sections.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md
Comment on lines +96 to 97
4. An interactive project ID prompt.

Comment thread README.md
Comment on lines +20 to +21
- Authorize glab with `glab auth login`. A GitLab access token is required;
SSH is recommended for repository access.
Comment thread README.md
Comment on lines +265 to +269
### 401 Unauthorized

If you get `glab: 401 Unauthorized (HTTP 401)`, run `glab auth login` again,
check `GITLAB_TOKEN` in `configs/config.ini`, and reopen your terminal.

Comment thread README.md
and then reopen your terminal.
Make sure both local config files exist:

```sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix docs, Svit

2 participants